.bannerContent {
    padding: 4% 5%;
    background: #fff;
}

.bannerImg {
    background-position: center;
}

.bannerImg::before {
    content: none;
}

#content-banner-mobile .bannerImgMobile {
    background-position: center top 25px;
}

#content-banner-mobile .bannerImgMobile:before {
    content: none;
}

#box-nav ul {
    width: 60%;
    height: 80px;
    margin: auto;
    align-items: center;
    justify-content: space-evenly;
}

#box-nav ul li a h4 {
    position: relative;
    margin: 0;
    font-size: 30px;
    font-family: "Bordonaro";
}

#box-nav ul li a.active h4 {
    color: #e61928;
}

#box-nav ul li a.active h4::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: calc(100% + 30px);
    height: 4px;
    border-radius: 4px 4px 0 0;
    background-color: #e61928;
    transform: translateX(-50%);
}

#marca {
    background-size: 100%;
    background-position: top;
    background-repeat: repeat-y;
    background-image: url(../images/bassiBg.svg);
}

#marca #marca-box-cols {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    padding: 0 10%;
}

#marca #marca-box-cols #marca-col-1 {
    position: relative;
}

#marca #marca-box-cols #marca-col-1 #marca-col-1-title-1 {
    position: relative;
    margin: 70px 0 0;
    color: #e61928;
    font-size: 105px;
    font-family: "Bayshore";
}

#marca #marca-box-cols #marca-col-1 #marca-col-1-title-2 {
    margin: -60px 0 40px 25px;
    color: #fff;
    font-size: 80px;
    font-family: "Bordonaro";
}

#marca #marca-box-cols #marca-col-1 #marca-col-1-text {
    color: #fff;
    font-size: 16px;
    font-family: "Mohr-Regular";
}

#marca #marca-box-cols #marca-col-1 #marca-col-1-img {
    position: relative;
    left: 50%;
    bottom: -40px;
    max-width: 100%;
    width: 500px;
    transform: translateX(-50%);
}

#marca #marca-box-cols #marca-col-2 {
    position: relative;
}

#marca #marca-box-cols #marca-col-2 .marca-col-2-box-img {
    position: relative;
    height: 33.33%;
    width: fit-content;
}

#marca #marca-box-cols #marca-col-2 .marca-col-2-box-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: calc(100% + 40px);
    transform: translateX(-50%);
    background-color: #e61928;
}

#marca #marca-box-cols #marca-col-2 .marca-col-2-box-img:nth-child(3)::after {
    content: none;
}

#marca #marca-box-cols #marca-col-2 .marca-col-2-box-img img {
    display: block;
    height: 100%;
    margin-right: auto;
}

#marca #marca-box-cols #marca-col-2 .marca-col-2-img-persona {
    position: absolute;
    right: -15%;
    bottom: -40px;
    width: 65%;
}

#marca #barra-1,
#marca #barra-2 {
    width: 100%;
    background-color: #e61928;
}

#marca #barra-1 {
    height: 40px;
}

#marca #barra-2 {
    height: 6px;
}

#videos {
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 1fr;
    padding: 70px 10%;
}

#videos #videos-col-1 #videos-col-1-box-video #videos-col-1-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    margin: 0 0 20px;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#videos #videos-col-1 #videos-col-1-box-video #videos-col-1-video i {
    font-size: 60px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
    font-weight: 100;
}

#videos #videos-col-1 #videos-col-1-box-video #videos-col-1-video i:hover {
    color: #e61928;
    font-weight: 700;
}

#videos #videos-col-1 #videos-col-1-box-video #videos-col-1-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

#videos #videos-col-1 #videos-col-1-title {
    display: block;
    color: #e61928;
    font-size: 36px;
    font-family: "Bordonaro";
}

#videos #videos-col-1 #videos-col-1-text {
    display: block;
    color: #fff;
    font-size: 36px;
    font-family: "Bordonaro";
}

#videos #videos-col-2 {
    padding: 0 15%;
}

#videos #videos-col-2 #videos-col-2-title-1,
#videos #videos-col-2 #videos-col-2-title-3 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-family: "Bordonaro";
}

#videos #videos-col-2 #videos-col-2-title-1 {
    margin: 25px 0 0;
}

#videos #videos-col-2 #videos-col-2-title-3 {
    text-align: end;
}

#videos #videos-col-2 #videos-col-2-title-2 {
    position: relative;
    margin: -55px 0 -80px;
    color: #e61928;
    text-align: center;
    font-size: 105px;
    font-family: "Bayshore";
}

#videos #videos-col-2 #videos-col-2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    margin: 35px auto 0;
    padding: 10px 0;
    color: #e61928 !important;
    font-size: 11px;
    font-family: "Mohr-SemiBold";
    border-radius: 6px;
    background-color: #fff;
}

#videos #videos-col-2 #videos-col-2-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

#marca-tabs-content .marca-tabs-content-produtos {
    padding: 20px 7%;
    background-size: 100%;
    background-position: top;
    background-repeat: repeat-y;
    background-image: url(../images/bassiBg.svg);
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards {
    position: relative;
    border-radius: 6px;
    background-color: #ffffff;
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-img {
    display: flex;
    height: 250px;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e3e3e3;
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-img img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-scroll {
    padding: 30px 10px 30px 30px;
    margin: 0 0 40px;
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-scroll .cards-box-text {
    height: 290px;
    overflow: auto;
    padding-right: 20px;
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-scroll .cards-box-text::-webkit-scrollbar {
    width: 10px;
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-scroll .cards-box-text::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #f5f5f5;
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-scroll .cards-box-text::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #000;
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-scroll .cards-box-text .cards-title {
    margin: 0 0 20px;
    color: #000;
    font-size: 36px;
    font-family: "Bordonaro";
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-scroll .cards-box-text .cards-text {
    color: #707070;
    font-size: 14px;
    font-family: 'Mohr-Medium';
}

#marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    padding: 10px 0;
    color: #e61928;
    font-size: 12px;
    font-family: "Mohr-SemiBold";
    background-color: #f5f5f5;
    text-transform: uppercase;
    border-top: 1px solid #e3e3e3;
    border-radius: 0 0 6px 6px;
}

/* MODAL */

#modal.modal {
    display: none;
    position: fixed;
    padding-top: 3rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#modal .modal-content {
    margin: auto;
    height: auto;
    padding: 0;
    margin-bottom: 3%;
    border-radius: 6px;
    border: 1px solid transparent;
    width: 630px;
    max-width: 95%;
}

#modal #modal-box-img {
    position: relative;
    border-radius: 6px 6px 0 0;
    background-color: #f5f5f5;
}

#modal #modal-box-img #modal-box-img-slick {
    margin: 0;
}

#modal #modal-box-img .modal-box-img-btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#modal #modal-box-img .modal-box-img-btns:hover {
    background-color: transparent;
}

#modal #modal-box-img .modal-box-img-btns img {
    height: 55px;
}

#modal #modal-box-img #modal-box-img-btn-left {
    left: 10px;
}

#modal #modal-box-img #modal-box-img-btn-right {
    right: 10px;
}

#modal #modal-box-img #modal-box-img-slick .modal-img {
    display: block !important;
    height: 350px;
    width: auto !important;
    margin: auto;
}

#modal #modal-box-img #modal-box-img-dots {
    position: relative;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots {
    bottom: 10px;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots li {
    display: inline-flex;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots li button {
    margin: auto;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50px;
    border: 1px solid #00bf44;
    background-color: transparent;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots li.slick-active button {
    background-color: #00bf4430;
}

#modal #modal-box-img #modal-box-img-dots .slick-dots li button::before {
    content: none;
}

#modal #modal-body {
    padding: 30px 14% 45px;
}

#modal #modal-body #modal-body-title {
    color: #000;
    font-size: 36px;
    font-family: "Bordonaro";
}

#modal #modal-body #modal-body-subtitle,
#modal #modal-body #modal-body-sku {
    margin: 0;
    color: #e61928;
    font-size: 14px;
    font-family: "Mohr-Mediumlt";
}

#modal #modal-body #modal-body-text {
    margin: 30px 0;
    color: #707070;
    font-size: 14px;
    font-family: "Mohr-Medium";
}

#modal #modal-body .modal-box-infos {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

#modal #modal-body .modal-box-infos .modal-box-infos-info {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

#modal #modal-body .modal-box-infos .modal-box-infos-info img {
    width: 50px;
}

#modal #modal-body .modal-box-infos .modal-box-infos-info .modal-box-infos-info-box-text .modal-box-infos-info-title {
    margin: 0 0 5px;
    color: #000;
    font-size: 24px;
    font-family: "Bordonaro";
}

#modal #modal-body .modal-box-infos .modal-box-infos-info .modal-box-infos-info-box-text .modal-box-infos-info-text {
    margin: 0;
    color: #707070;
    font-size: 14px;
    font-family: "Mohr-Medium";
}

#modal #modal-body #modal-more-information {
    margin: 30px 0 0;
    color: #707070;
    font-size: 14px;
    font-family: "Mohr-Medium";
}

#modal #modal-btn-fechar {
    color: #fff;
    float: right;
    right: -2rem;
    top: -1rem;
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    transition: .3s;
}

#modal #modal-btn-fechar:hover,
#modal #modal-btn-fechar:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

footer {
    background-color: #fff;
}

footer h1 {
    color: #505050;
}

footer a,
footer p,
footer span,
footer .fab {
    color: #a0a0a0 !important;
}

footer a:hover {
    color: #505050 !important;
}

footer .list-unstyled {
    border-right: 1px solid #a0a0a057;
}

footer .linha {
    border: none;
    border-top: 1px solid #a0a0a057;
}

@media screen and (max-width: 1280px) {
    #marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    #marca #marca-box-cols {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    #marca #marca-box-cols #marca-col-1 #marca-col-1-title-1 {
        margin: 40px 0 0;
        text-align: center;
    }

    #marca #marca-box-cols #marca-col-1 #marca-col-1-title-2 {
        margin: -60px 0 40px 85px;
        text-align: center;
    }

    #marca #marca-box-cols #marca-col-1 #marca-col-1-img {
        display: none;
    }

    #marca #marca-box-cols #marca-col-2 .marca-col-2-box-img {
        position: relative;
        margin: auto;
        height: auto;
        width: 90%;
    }

    #marca #marca-box-cols #marca-col-2 .marca-col-2-box-img img {
        height: auto;
        margin: auto;
        width: 100%;
    }

    #marca #marca-box-cols #marca-col-2 .marca-col-2-img-persona {
        right: -10%;
        width: 60%;
    }

    #videos {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    #videos #videos-col-2 {
        padding: 0;
    }

    #videos #videos-col-2 #videos-col-2-title-1 {
        margin: 0;
    }
}

@media screen and (max-width: 960px) {
    #box-nav ul {
        width: 100%;
    }

    #marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    #marca-tabs-content .marca-tabs-content-produtos {
        padding: 20px 8%;
    }
}

@media screen and (max-width: 768px) {
    #modal #modal-btn-fechar {
        right: 0;
        top: -50px;
    }

    #videos {
        padding: 30px 12%;
    }
}

@media screen and (max-width: 600px) {
    #marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards {
        grid-template-columns: 1fr;
    }

    #marca-tabs-content .marca-tabs-content-produtos .marca-tabs-content-produtos-box-cards .cards .cards-box-scroll .cards-box-text {
        height: auto;
        overflow: initial;
    }

    #modal #modal-body {
        padding: 30px 5% 45px;
    }
}

@media screen and (max-width: 480px) {
    #box-nav ul {
        height: auto;
        flex-direction: column;
    }

    #box-nav ul li {
        padding: 15px 0;
    }

    #box-nav ul li a.active h4::after {
        bottom: -15px;
    }

    #marca #marca-box-cols #marca-col-1 #marca-col-1-title-1 {
        font-size: 80px;
    }

    #marca #marca-box-cols #marca-col-1 #marca-col-1-title-2 {
        margin: -45px 0 40px 0;
        font-size: 55px;
    }

    #videos #videos-col-1 #videos-col-1-box-video #videos-col-1-video {
        height: 220px;
    }

    #videos #videos-col-1 #videos-col-1-title,
    #videos #videos-col-1 #videos-col-1-text {
        font-size: 30px;
    }

    #videos #videos-col-2 #videos-col-2-title-1,
    #videos #videos-col-2 #videos-col-2-title-3 {
        font-size: 35px;
    }

    #videos #videos-col-2 #videos-col-2-title-2 {
        font-size: 80px;
        margin: -40px 0 -60px;
    }

    #modal #modal-box-img #modal-box-img-slick .modal-img {
        height: 250px;

    }

    #modal #modal-body .modal-box-infos .modal-box-infos-info {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 375px) {
    #marca #marca-box-cols #marca-col-1 #marca-col-1-title-1 {
        font-size: 75px;
    }

    #marca #marca-box-cols #marca-col-1 #marca-col-1-title-2 {
        font-size: 50px;
    }

    #videos #videos-col-2 #videos-col-2-title-2 {
        font-size: 70px;
        margin: -35px 0 -55px;
    }
}